Window functions
| returns info (state, size, position, title, class) of a window | |
| finds a window with given title or class | |
| returns a list of all windows with given title or class | |
| returns a list a window's child windows | |
| returns the active window | |
| closes a window | |
| closes the application owning a window | |
| minimises, maximises, hides a window | |
| activates the specified window | |
| set the caption of a window | |
| moves/resizes a window | |
| brings a window to the front of other windows | |
| sends a window to the back of other windows | |
| gets the z-order depth of a window | |
| sets the z-order depth of a window | |
| waits until a specified window is in a specified state | |
| waits until a specified window becomes the active one | |
| returns the next window to become active | |
| checks that a window handle is valid | |
| returns a window related to another window | |
| sends simulated key presses to the active window | |
| simulates a mouse click | |
| sends a windows message to a window | |
| adds System menu, min and max boxes | |
| removes System menu, min and max boxes | |
| removes edges from window | |
| makes a window a child of another window | |
| returns the main Director or Authorware presentation window | |
| returns the Director stage window |